
.guruComboBoxAutoComplete .custom-combobox {
    position: relative;
    display: inline-block;
	width: inherit; /* add this line to fix width 100% issue*/
  }
  
.guruComboBoxAutoComplete .custom-combobox .showAllToggle {
        cursor: pointer;
        width: 1%;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
         line-height: 16px; /*was 18PX */
        color: #555;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #CCC;
}

.ui-autocomplete .jsListControl-item {
  background-color: white; 
}

.guruComboBoxAutoComplete .tooltip-inner {
  background-color: #ff0000; /* Change background color */
  color: #ffffff; /* Change text color */
  font-size: 16px; /* Change font size */
  border-radius: 5px; /* Add border radius */
  padding: 5px; /* Add padding */
}


.guruComboBoxAutoComplete .tooltip-arrow {
  border-top-color: #ff0000 !important;
}

.guruComboBoxAutoComplete .searchBox {
    width: 175px;
	 background-color: white; 
}